Feat(webapp) runs table live updates#3460
Feat(webapp) runs table live updates#3460matthew-gill wants to merge 4 commits intotriggerdotdev:mainfrom
Conversation
|
|
Hi @matthew-gill, thanks for your interest in contributing! This project requires that pull request authors are vouched, and you are not in the list of vouched users. This PR will be closed automatically. See https://github.com/triggerdotdev/trigger.dev/blob/main/CONTRIBUTING.md for more details. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
WalkthroughThis pull request introduces live polling functionality for the runs index page. It adds two complementary polling mechanisms: (1) a "Live" toggle that revalidates and auto-prepends new runs every 3 seconds on the first page, and (2) per-row polling that refreshes non-terminal run rows via a new resource endpoint. The implementation includes new hooks for managing polling state ( Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
#General
Updates to the Runs table:
When Live button is enabled, the X new runs button will not appear.
Screenshots
💯